home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / remote / james213.zip / CHANGES.TXT next >
Text File  |  1992-08-18  |  12KB  |  294 lines

  1. History of James The Message Butler in reverse order:
  2. v2.13 to 2.13FIX.
  3. fixed:
  4. - Fixed the problem with the %NEWTICKS metastring
  5.  
  6. v2.12 to 2.13
  7. fixed:
  8. - Local switch failed to work with search requests
  9. - JamesCfg now correctly addapts to Black and White mode with monochrome
  10.   monitors
  11. - Changed the function which had to extract the filenames with the
  12.   searchrequest option
  13. - Added from address to seenby line in TICK function
  14.  
  15. added/changed:
  16. - Added option to JamesCfg to break long descriptions of files to more lines
  17.   in newfiles etc. section. (JAmesCfg/Main/Switches/Swap Descriptions)
  18. - Added Group letter to local file areas.
  19. - Added -LIST option to send a message to all you connected nodes with a
  20.   list of connected files/areas.
  21. - Added possibility to announce selective groups of newfiles/newticks:
  22.   When you want to announce all newfiles:     %newfiles
  23.                             selective groups: %newfiles:ACF
  24.                (Place the group letters behind the %newfiles: you want to
  25.                 show, do not forget the -SR parameter when you want to announce
  26.                 more groups).
  27.   When you want to announce all newticks:     %newticks
  28.                             selective groups: %newticks:ACF
  29.                (Place the group letters behind the %newticks: you want to
  30.                 show, do not forget the -SR parameter when you want to announce
  31.                 the contents of this area again).
  32. - Added the option to define the manager names JamesMgr -Scan will respond to.
  33.   Three names are hardcoded, seven more names can be added.
  34.  
  35.  
  36. v2.11 to 2.12
  37. fixed:
  38. - fixed a very stupid bug causing the JamesMgr, JamesFFix and JamesTick
  39.   to exit with an error and not sending any messages.
  40.  
  41. v2.10 to 2.11
  42. fixes:
  43. - fixed some problems in the list function in JamesCfg
  44. - fixed the problems with SearchRequest
  45. - fixed the problems when diskspace was limited
  46. - improved the duplicate checking
  47. - fixed some problems when deleting nodes from lists
  48. - fixed a problem causing JamesMgr to go into a loop
  49.  
  50.  
  51. v2.00 to 2.10
  52.  
  53.       IMPORTANT !!
  54.   When you already have a configuration file for James, run the ConvCfg
  55.   program to convert the old configuration file to the new format.
  56.  
  57. - James now fully supports the TICK function
  58. - James now fully support the FileFix function
  59. - James will automatically insert all descriptions in your Files.BBS.
  60. - James support the (dis)connecting of magic files/file areas through
  61.   netmail messages to JamesMgr.
  62. - Changed screen layout of James and JamesCfg
  63. - Several new metastrings were added
  64. - Several new commandline switches were added.
  65. - Fixed a small thing in the ^AINTL kludge
  66. - James can search for more than one item with the SearchRequest option
  67. - Fixed a small problem when importing netmail
  68. - All buffering is now done dynamically.
  69.  
  70.  
  71.  
  72. v1.47 to 2.00
  73. fixes:
  74. - fixed a problem with SkipFiles containing unserscores.
  75. - fixed the problem causing the run-time error 204 with large messages or on
  76.   short memory.
  77. added/changed:
  78. - added a configuration program.
  79. - when no origin address is found when replying searchrequests in Netmail,
  80.   the reply will be send in echomail.
  81. - James answers SearchRequests addressed to James and AllFix
  82. - when James dows not send a message, James will exit with errorlevel 1
  83. - added the possibility to send netmail messages to more than one person without
  84.   the need to specify the complete netmail address of all persons.
  85. - searchrequest will now also look at discriptions.
  86. - changed the skipfile checking in order to be faster and more secure.
  87. - James now maintains a history file.
  88. - added possibility to suppress screen output.
  89. - added 22 new metastrings    : %WelcomeToday
  90.                                 %ThankYouToday
  91.                                 %RequestsToday
  92.                                 %TotalToday
  93.                                 %ExportedToday
  94.                                 %ImportedToday
  95.                                 %ForwardedToday
  96.                                 %CarbonCopiesToday
  97.                                 %NrFilesToday
  98.                                 %NewSizeKBToday
  99.                                 %NewSizeToday
  100.                                 %WelcomeThisWeek
  101.                                 %ThankYouThisWeek
  102.                                 %RequestsThisWeek
  103.                                 %TotalThisWeek
  104.                                 %ExportedThisWeek
  105.                                 %ImportedThisWeek
  106.                                 %ForwardedThisWeek
  107.                                 %CarbonCopiesThisWeek
  108.                                 %NrFilesThisWeek
  109.                                 %NewSizeKBThisWeek
  110.                                 %NewSizeThisWeek
  111.  
  112. v1.46 to 1.47
  113.   Version 1.47 was a public test release!
  114. - carbonCopy messages can now be send in Netmail
  115. - added five new metastrings: %KBUploadedFiles
  116.                               %SizeUploadedFiles
  117.                               %PFree
  118.                               %Free
  119.                               %KBFree
  120.                               %DriveSize
  121.                               %KBDriveSize
  122. - added logging
  123. - fixed a bug in netmail export
  124. - added the parameter /LOCAL to ease testing of the /R option
  125.  
  126. v1.44 to 1.46
  127. - solved a tricky thing which could cause the /R function to corrupt the
  128.   messagebase
  129.  
  130. v1.43 to 1.44
  131. - solved an unimplemeted bug which was reported just after releasing 1.43
  132.  
  133. v1.42 to 1.43
  134. - reversed the history file :-)
  135. - added a complete new option to james: 'Search Request'. Search Request allows
  136.   a user to ask for a search for a certain file with an echomail message. A
  137.   user sends a message in a predefined area to James, with on the subject line
  138.   a filemask. James searches the fileareas for this file, and returns a message
  139.   to the user by echomail, or netmail.
  140. - 3 new metastrings added: %ReqFiles
  141.                            %NrReqFiles
  142.                            %ReqMask
  143. - /R parameter added.
  144. - added a message ID (^AMSGID) kludge to echomail and netmail messages.
  145. - reformated the parameter checks.
  146. - fixed a layout problem with the newfiles function.
  147. - the /NCC option works now correctly
  148. - added the address to the CC-line when the original message is netmail.
  149.  
  150. v1.41 to 1.42
  151. - the Carbon Copy function did not work properly when the original message
  152.   was a netmail message, this has been fixed.
  153. - changed the layout of a Carbon Copy message.
  154. - added some extra memory checks.
  155. - added the configurationfile keyword CCSUBJECT.
  156. - old ^AINTL kludges will be remove from forwarded messages.
  157. - reduced memory usage.
  158.  
  159. v1.40 to 1.41
  160. - fixed a major bug which could block messages to be send.
  161. - fixed a small bug with the import function.
  162.  
  163. v1.39 to 1.40
  164. - added the possibility to send Carbon Copies of messages created by James.
  165. - added the possibility to export netmail messages
  166. - added the possibility to import netmail messages
  167. - added an configurationfile option which makes it possible to use the
  168.   configurationfile for the date-time stamp.
  169. - added the commandline option /ON which makes it possible to send a
  170.   message only on certain days.
  171. - fixed a small bug in the Forward Local boards section.
  172.  
  173. v1.37 to 1.39
  174. - James uses Share to access files in multiline environments.
  175. - fixed the problem with file attached messages.
  176. - fixed problem when a new-user or uploader did not enter his/her name right
  177.   at once.
  178. - made James BBS independed. You can use James now with any BBS using the
  179.   Hudson message base.
  180. - new configurationfile keywords: MsgBasePath
  181.                                   Mailer
  182.                                   ForceRescan
  183.                                   MailerPath
  184.                                   LocalBoard.
  185. - added the possibility to forward messages in local boards to you mailers
  186.   Netmail folder.
  187. - fixed the problem with uploaded file names with less than 12 characters.
  188.  
  189. v1.38 skipped public release.
  190.  
  191. v1.36 to 1.37
  192. - made the searching through the logfiles faster.
  193. - accidentally fixed the unknown bug with %uploadedfiles and %nruploadedfiles.
  194. - james is now able to continue from the point it last finished with newusers
  195.   and uploads.
  196.  
  197. v1.35 to 1.36
  198. - added the possiblity to check the logfile(s) for new users.
  199. - SkipFile accepts now wildcards.
  200.  
  201. v1.34 to 1.35
  202. - message status bits added for thank upload message.
  203. - corrected bug causing incorrect number of new files & size of new files.
  204.  
  205. v1.33 to 1.34
  206. - finally removed that annoying extra blank line which was inserted after
  207.   new files.
  208. - added the possibility to register James.
  209. - you can thank uploaders for their uploads (registered versions only).
  210.  
  211. v1.32 to 1.33
  212. - when an AreaName is added it can optionally (by control of InsertEmptyLine)
  213.   be preceded by a blank line.
  214.  
  215. v1.31 to 1.32
  216. - with the %newfiles metastring, now the AreaName can be added to
  217.   the text.
  218.  
  219. v1.3 to v1.31
  220. - a bug concerning then /T= parameter with "  " fixed.
  221.  
  222. v1.24 to v1.3
  223. - code cleaned up.
  224.  
  225. v1.23 to 1.24
  226. - a bug concerning file attached messages was fixed.
  227.  
  228. v1.22 to 1.23
  229. - /SR commandline parameter added.
  230. - 8 new metastrings added : %lastyear
  231.                             %laststrmonth
  232.                             %lastmonth
  233.                             %lastday
  234.                             %kbnewfiles
  235.                             %sizenewfiles
  236.                             %nrnewfiles
  237.                             %version
  238.  
  239. v1.21 to 1.22
  240. - a bug with the commandline status bit P in local folders has been fixed.
  241. - 3 new metastrings added : %filename
  242.                             %filesize
  243.                             %filekb
  244.  
  245. v1.2 TO 1.21
  246. - a small bug with the commandline addressing with message status bits has
  247.   been solved.
  248. - a ^AINTL kludge will always be inserted in netmail messages.
  249.  
  250. v1.1 to 1.2
  251. - Point is now optional in address
  252. - AddPrivateFiles option added to include private uploads in message
  253. - James places netmail messages now directly in the mailer's netmail folder
  254. - Mailpath keyword added (required for netmail)
  255. - 8 netmail message bits can be set : C Crash
  256.                                       P Private (also for local mail)
  257.                                       K Kill/Sent
  258.                                       D Direct
  259.                                       I Immediate
  260.                                       H Hold
  261.                                       E Delete/Sent (for file attaches)
  262.                                       T Truncate/Sent (for file attaches)
  263. - 8 new metastrings added : %fromzone
  264.                             %fromnet
  265.                             %fromnode
  266.                             %frompoint
  267.                             %tozone
  268.                             %tonet
  269.                             %tonode
  270.                             %topoint
  271. - file attached messages are now possible
  272. - file request messages are now possible
  273. - file update messages are now possible
  274.  
  275. v1.0 to v1.1
  276. - Bug in Skipfile fixed
  277. - SendCrash option added
  278. - SendPrivate option added
  279. - /T=<@>addressee<,address> changed to /T=<@>addressee<,address><;message bits>
  280.  
  281. v0.3 to v1.0
  282. - Up till 10 addresses supported
  283. - Up till 10 origin lines supported
  284. - In net areas James will insert closest address if no address specified
  285. - /E parameter changed to /E<=origin number<,address number>>
  286. - /N parameter changed to /N<=address number>
  287. - James will look in each run only once for new files
  288. - ToAddress will now be shown when sending messages
  289.  
  290. v0.2
  291. - First test release
  292.  
  293. Success, Jan.
  294.